home *** CD-ROM | disk | FTP | other *** search
- Path: druid.borland.com!usenet
- From: pete@borland.com (Pete Becker)
- Newsgroups: comp.lang.c++
- Subject: Re: Operators <<= and >>=
- Date: 11 Apr 1996 16:08:10 GMT
- Organization: Borland International
- Message-ID: <4kjapa$jp2@druid.borland.com>
- References: <4iva5m$4q5@access4.digex.net> <Pine.OSF.3.91.960403110722.17337E-100000@bud.cc.swin.edu.au> <316AC1D8.4571@delta.com>
- NNTP-Posting-Host: pbecker.borland.com
- Mime-Version: 1.0
- Content-Type: Text/Plain; charset=ISO-8859-1
- X-Newsreader: WinVN 0.99.5
-
- In article <316AC1D8.4571@delta.com>, sean@delta.com says...
- >
- >> When / why would one overload the operators <<= and >>= ?
- >
- >maybe for dumping one iostream into another.. ? 8)
-
- No. You'd do that like this:
-
- cout << cin;
-
-